Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Glow Method / Glow(Shape[],Color,Boolean) Method


In This Topic
    Glow(Shape[],Color,Boolean) Method
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Glow( _
       ByVal drawingObjects() As Shape, _
       ByVal glowColor As Color, _
       Optional ByVal isText As Boolean _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim glowColor As Color
    Dim isText As Boolean
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Glow(drawingObjects, glowColor, isText)

    Parameters

    drawingObjects
    glowColor
    isText
    See Also